home *** CD-ROM | disk | FTP | other *** search
- global selector
-
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to member("clicktocontinue_over")
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to member("clicktocontinue")
- end
-
- on mouseUp
- cursor(-1)
- puppetTransition(7, 0.20000000000000001, 25)
- setBack(selector, selector.currentBack)
- go("slide on in")
- end
-